Skip to content

chore(ci): annotate release runs with version#40

Merged
boorad merged 1 commit into
mainfrom
chore/release-version-annotation
May 17, 2026
Merged

chore(ci): annotate release runs with version#40
boorad merged 1 commit into
mainfrom
chore/release-version-annotation

Conversation

@boorad

@boorad boorad commented May 17, 2026

Copy link
Copy Markdown
Owner

Summary

Surfaces the release version at the top of every Release workflow run as a GitHub Actions notice annotation and a one-line step summary, so you don't have to drill into the logs to see which version a given run produced.

Changes

  • New Annotate release version step in .github/workflows/release.yml, placed immediately after Version packages (when the version is definitively known).
  • Emits ::notice title=Release version::v<x.y.z> and appends ## Release v<x.y.z> to $GITHUB_STEP_SUMMARY.
  • Appends (dry run) to both when the workflow is dispatched with dry-run=true.

Testing

Hard to test without dispatching the workflow. On the next Release run (or a dry-run=true dispatch), the run page should show a "Release version: v0.X.Y" banner at the top and a matching header in the Summary panel.

No changeset — chore/ branches are exempt from the changeset CI gate (see .github/workflows/main.yml:13).

Adds a notice annotation and step-summary line right after `changeset
version` so the released version is visible at the top of the Actions
run without drilling into step logs. Includes a `(dry run)` suffix when
the workflow is dispatched with `dry-run=true`.
@boorad boorad self-assigned this May 17, 2026
@coderabbitai

coderabbitai Bot commented May 17, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@boorad has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 30 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: aeac67fc-3ad7-44c0-ac71-8f95c158932f

📥 Commits

Reviewing files that changed from the base of the PR and between 1f23e1c and a4fb3b4.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented May 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@1f23e1c). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage        ?   95.73%           
=======================================
  Files           ?       53           
  Lines           ?     2488           
  Branches        ?      423           
=======================================
  Hits            ?     2382           
  Misses          ?      106           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@boorad boorad merged commit 65a59b2 into main May 17, 2026
7 checks passed
@boorad boorad deleted the chore/release-version-annotation branch May 17, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant